HelpPath{General}CommandName{moveGadget}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int x, int y}CloseBrace{}Description{Moves a gadget to the specified position, relative to the top-left edge of the parent window.}ReturnDescription{}Param1{gadget}Param1Desc{Handle to the gadget.}Param2{x}Param2Desc{New X position of left hand edge of gadget.}Param3{y}Param3Desc{New Y position of top of gadget}Param4{}Param4Desc{}Param5{}Param5Desc{}Param6{}Param6Desc{}Remarks{}Param7{}Param7Desc{}ExampleSource{}SeeAlso{}Param8{createTopMost}Param8Desc{If 1, the window is created independant of all the other windows in your program, if 0 the window is created as a child of another gadget, as specified by the parent parameter.}Param9{parent}Param9Desc{Handle to the parent for the new gadget.  If 0, this is either the main DBPro window if createTopMost is 0, or the window has no parent (if createTopMost is 1)}